.imgJie .g-main {
  padding-top: 23px;
  margin-bottom: 53px;
}
.imgJie .img-wrap img {
  margin-right: 16px;
  width: 287px;
  height: 376px;
  border-radius: 2px;
}
.imgJie .img-wrap img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all cubic-bezier(0, 0.88, 1, -0.07) 2s;

-o-transition: all cubic-bezier(0, 0.88, 1, -0.07) 2s;

transition: all cubic-bezier(0, 0.88, 1, -0.07) 2s;
}
.imgJie .img-wrap .img1 {
  width: 591px;
  height: 194px;
}
.imgJie .img-wrap .img1:hover {
  -webkit-transform: scale(1.05, 1.1);
  transform: scale(1.05, 1.1);
}
.imgJie .img-wrap .bottom img {
  width: 288px;
  height: 194px;
}
